home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / mwfish.zip / SOURCES.ZIP / MWFISH.MOD < prev    next >
Text File  |  1991-06-27  |  120b  |  10 lines

  1. (*# data(stack_size => 0) *)
  2. MODULE MWfish;
  3.  
  4. IMPORT WMain, Windows;
  5.  
  6. BEGIN
  7.   Windows.EntryPoint;
  8. END MWfish.
  9.  
  10.